From: Gerd Moellmann Date: Fri, 11 May 2001 16:10:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40348 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=745c383ddb83029a409492aa530fbc03e95937a4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9afc0d50035..a1ca574425d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2001-05-11 Gerd Moellmann + * startup.el (command-line): If parameters have been changed in + the init files which influence font selection, clear the face + cache so that faces get realized with the new parameters. + * Makefile.in (compile-files): Redirect output of chmod to /dev/null. diff --git a/src/ChangeLog b/src/ChangeLog index 34cf146e4ae..f2203a91ed8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-05-11 Gerd Moellmann + * keyboard.c (read_key_sequence): Don't modify events when + generating fake prefix keys (mode-line, scroll-bar, ...) since + this prevents proper processing of such events when pushed back + into unread-command-events. + * xterm.c (clear_mouse_face): Return 1 if text with mouse face was actually redrawn. Make the function static. (note_mouse_highlight): Fix a case where the mouse cursor